home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / teachtol / dict.zip / The Dictator.exe / 0 / RCDATA / TABOUT / TABOUT.txt
Text File  |  1997-02-01  |  1KB  |  70 lines

  1. object About: TAbout
  2.   Left = 410
  3.   Top = 209
  4.   ActiveControl = BitBtn1
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'DicTator Ver 1.00'
  7.   ClientHeight = 217
  8.   ClientWidth = 355
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 12
  21.     Width = 115
  22.     Height = 38
  23.     Caption = 'DicTator'
  24.     Font.Color = clSilver
  25.     Font.Height = -27
  26.     Font.Name = 'Comic Sans MS'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     Transparent = True
  30.   end
  31.   object Image1: TImage
  32.     Left = 0
  33.     Top = 0
  34.     Width = 354
  35.     Height = 217
  36.     Stretch = True
  37.     OnMouseDown = Image1MouseDown
  38.     OnMouseMove = Image1MouseMove
  39.   end
  40.   object Memo1: TMemo
  41.     Left = 144
  42.     Top = 16
  43.     Width = 188
  44.     Height = 129
  45.     Enabled = False
  46.     ReadOnly = True
  47.     TabOrder = 0
  48.   end
  49.   object BitBtn1: TBitBtn
  50.     Left = 200
  51.     Top = 160
  52.     Width = 73
  53.     Height = 33
  54.     Caption = 'Close'
  55.     Font.Color = clBlack
  56.     Font.Height = -19
  57.     Font.Name = 'Comic Sans MS'
  58.     Font.Style = [fsBold]
  59.     ModalResult = 1
  60.     ParentFont = False
  61.     TabOrder = 1
  62.   end
  63.   object Timer1: TTimer
  64.     Interval = 150
  65.     OnTimer = Timer1Timer
  66.     Left = 307
  67.     Top = 118
  68.   end
  69. end
  70.